cpython/Modules
Miss Islington (bot) 993811ffe7
bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118)
* bpo-39421: Fix posible crash in heapq with custom comparison operators

* fixup! bpo-39421: Fix posible crash in heapq with custom comparison operators

* fixup! fixup! bpo-39421: Fix posible crash in heapq with custom comparison operators
(cherry picked from commit 79f89e6e5a)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
2020-01-23 07:22:25 -08:00
..
_blake2
_ctypes bpo-16575: Disabled checks for union types being passed by value. (GH-17960) (GH-17964) 2020-01-12 11:41:07 +00:00
_decimal
_io [3.8] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17136) 2019-11-12 15:54:19 -08:00
_multiprocessing
_sha3
_sqlite
_ssl bpo-34271: Fix compatibility with 1.0.2 (GH-13728) 2019-06-03 20:40:15 +02:00
_xxtestfuzz
cjkcodecs [3.8] bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) (GH-16141) 2019-09-14 13:31:50 +03:00
clinic
expat bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733) 2019-10-12 12:32:48 -07:00
README
Setup
_abc.c
_asynciomodule.c Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python version (GH-17484) 2019-12-07 03:41:41 -08:00
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c
_contextvarsmodule.c bpo-38823: Clean up refleaks in _contextvars initialization. (GH-17198) 2019-11-16 16:16:33 -08:00
_cryptmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c
_datetimemodule.c
_dbmmodule.c
_elementtree.c
_functoolsmodule.c
_gdbmmodule.c
_hashopenssl.c bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (GH-17043) 2019-11-05 22:10:05 -08:00
_heapqmodule.c bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118) 2020-01-23 07:22:25 -08:00
_json.c
_localemodule.c
_lsprof.c
_lzmamodule.c
_math.c
_math.h
_opcode.c
_operator.c
_pickle.c
_posixsubprocess.c
_queuemodule.c
_randommodule.c
_scproxy.c
_sre.c
_ssl.c [3.8] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17499) 2019-12-07 09:20:27 -08:00
_ssl_data.h
_stat.c
_statisticsmodule.c
_struct.c
_testbuffer.c
_testcapimodule.c bpo-36854: Fix reference counter in PyInit__testcapi() (GH-17338) 2019-11-22 13:39:36 +01:00
_testimportmultiple.c
_testinternalcapi.c
_testmultiphase.c
_threadmodule.c
_tkinter.c bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206) 2019-11-18 07:10:31 -08:00
_tracemalloc.c bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235) 2019-11-20 02:26:48 -08:00
_uuidmodule.c
_weakref.c
_winapi.c
_xxsubinterpretersmodule.c closes bpo-39262: Use specific out-of-memory message in _sharedexception_bind. (GH-17908) 2020-01-08 19:07:38 -08:00
addrinfo.h
arraymodule.c bpo-38677: Fix arraymodule error handling in module initialization. (GH-17039) 2019-11-15 01:37:26 -08:00
atexitmodule.c
audioop.c
binascii.c
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467) 2019-12-04 12:30:31 -08:00
fcntlmodule.c
gc_weakref.txt
gcmodule.c [3.8] bpo-36389: Backport debug enhancements from master (GH-16796) 2019-10-15 03:06:16 +02:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c [3.8] bpo-38234: Backport init path config changes from master (GH-16423) 2019-09-26 16:17:34 +02:00
grpmodule.c
hashlib.h
hashtable.c
hashtable.h
itertoolsmodule.c
ld_so_aix.in
main.c bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) 2019-10-01 03:26:04 -07:00
makesetup
makexp_aix
mathmodule.c
md5module.c
mmapmodule.c
nismodule.c
ossaudiodev.c
overlapped.c
parsermodule.c
posixmodule.c bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428) 2019-12-06 11:32:33 -08:00
posixmodule.h
pwdmodule.c
pyexpat.c
readline.c bpo-38634: Allow non-apple build to cope with libedit (GH-16986) 2019-12-04 08:21:16 -08:00
resource.c bpo-34674: Assume unistd.h exists on Unix. (GH-9290) 2018-09-13 21:57:31 -07:00
rotatingtree.c
rotatingtree.h
selectmodule.c
sha1module.c
sha256module.c
sha512module.c
signalmodule.c
socketmodule.c
socketmodule.h
spwdmodule.c
sre.h
sre_constants.h
sre_lib.h
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c
tkappinit.c
tkinter.h
unicodedata.c
unicodedata_db.h
unicodename_db.h
winreparse.h
xxlimited.c
xxmodule.c
xxsubtype.c
zlibmodule.c

README

Source files for standard library extension modules,
and former extension modules that are now builtin modules.