0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
cpython/Include/cpython
Serhiy Storchaka fced79f91e
[3.11] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH-106855) (GH-106863)
[3.11] [3.12] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH-106855)

Fix _ssl, _stat, _testinternalcapi, _threadmodule, cmath, math, posix, time.
(cherry picked from commit 3e65baee72).
(cherry picked from commit a423ddbdea)
2023-07-19 09:40:38 +03:00
..
abstract.h gh-92781: Avoid mixing declarations and code in C API (#92783) (#92813) 2022-05-16 13:19:52 +02:00
bytearrayobject.h
bytesobject.h
cellobject.h
ceval.h
classobject.h
code.h gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008) 2022-08-04 07:16:52 -07:00
compile.h
complexobject.h
context.h
descrobject.h
dictobject.h Revert "[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256)" (#95647) 2022-08-04 13:03:07 +01:00
fileobject.h [3.11] gh-96670: Raise SyntaxError when parsing NULL bytes (GH-97594) (#104195) 2023-05-07 11:12:04 +01:00
fileutils.h
floatobject.h
frameobject.h gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000) 2022-06-20 15:47:41 +02:00
funcobject.h
genobject.h
import.h [3.11] gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742) (GH-93792) 2022-06-14 08:51:39 +03:00
initconfig.h
listobject.h
longintrepr.h [3.11] gh-101037: Fix potential memory underallocation for zeros of int subtypes (GH-101038) (#101219) 2023-01-21 10:54:09 +00:00
longobject.h
methodobject.h
modsupport.h [3.11] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH-106855) (GH-106863) 2023-07-19 09:40:38 +03:00
object.h [3.11] Revert "[3.11] gh-98724: Fix Py_CLEAR() macro side effects (#99100)" (#99573) 2022-11-21 18:01:10 +01:00
objimpl.h
odictobject.h
picklebufobject.h
pthread_stubs.h [3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503) 2022-08-01 15:37:45 +01:00
pyctype.h
pydebug.h
pyerrors.h
pyfpe.h
pyframe.h gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000) 2022-06-20 15:47:41 +02:00
pylifecycle.h
pymem.h
pystate.h
pythonrun.h
pythread.h [3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503) 2022-08-01 15:37:45 +01:00
pytime.h
setobject.h
sysmodule.h
traceback.h
tupleobject.h
unicodeobject.h gh-89653: PEP 670: Fix PyUnicode_READ() cast (GH-92872) 2022-05-17 10:45:55 -07:00
warnings.h
weakrefobject.h gh-92781: Avoid mixing declarations and code in C API (#92783) (#92813) 2022-05-16 13:19:52 +02:00