This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-12-23 09:19:18 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
2a32dbf110
cpython
/
Include
/
internal
History
Download ZIP
Download TAR.GZ
Mark Shannon
4296396db0
[3.9] bpo-45806: Fix recovery from stack overflow for 3.9. Again. (GH-29640)
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2021-11-19 19:51:50 +01:00
..
pegen_interface.h
bpo-40334: Make the PyPegen* and PyParser* APIs more consistent (GH-19839)
2020-05-01 18:30:51 +01:00
pycore_abstract.h
pycore_accu.h
pycore_atomic.h
pycore_bytes_methods.h
pycore_byteswap.h
bpo-41617: Add _Py__has_builtin() macro (GH-23260) (GH-23262)
2020-11-13 16:38:06 +01:00
pycore_call.h
pycore_ceval.h
[3.9] bpo-45806: Fix recovery from stack overflow for 3.9. Again. (GH-29640)
2021-11-19 19:51:50 +01:00
pycore_code.h
[3.9] Remove trailing spaces (GH-28710)
2021-10-03 20:04:38 +03:00
pycore_condvar.h
pycore_context.h
pycore_dtoa.h
pycore_fileutils.h
[3.9] bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096) (GH-25847)
2021-05-21 16:59:39 +02:00
pycore_gc.h
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
2020-04-29 02:29:20 +02:00
pycore_getopt.h
pycore_gil.h
pycore_hamt.h
pycore_hashtable.h
bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091)
2020-05-14 21:55:47 +02:00
pycore_import.h
bpo-40232: Update PyOS_AfterFork_Child() to use _PyThread_at_fork_reinit() (GH-19450)
2020-04-15 01:16:24 +09:00
pycore_initconfig.h
bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723)
2020-06-08 18:44:50 +02:00
pycore_interp.h
[3.9] bpo-40514: Remove --with-experimental-isolated-subinterpreters in 3.9 (GH-20228)
2020-05-20 00:27:46 +02:00
pycore_object.h
[3.9] bpo-45083: Include the exception class qualname when formatting an exception (GH-28119) (GH-28135)
2021-09-03 18:56:05 +02:00
pycore_pathconfig.h
pycore_pyerrors.h
bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
2020-05-22 14:35:22 -07:00
pycore_pyhash.h
pycore_pylifecycle.h
bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347)
2020-11-17 18:58:12 +01:00
pycore_pymem.h
bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)
2021-07-15 16:36:51 -07:00
pycore_pystate.h
[3.9] bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) (GH-20618)
2020-06-03 20:16:39 +02:00
pycore_runtime.h
[3.9] bpo-40514: Remove --with-experimental-isolated-subinterpreters in 3.9 (GH-20228)
2020-05-20 00:27:46 +02:00
pycore_sysmodule.h
pycore_traceback.h
[3.9] Fix typos in the Include directory (GH-28745) (GH-28788)
2021-10-07 06:01:05 -07:00
pycore_tupleobject.h
pycore_warnings.h