cpython/Misc
Miss Islington (bot) 6a02a8848f
[3.14] gh-148613: Fix race in gc_set_threshold and gc_get_threshold (GH-150356) (#150842)
gh-148613: Fix race in `gc_set_threshold` and `gc_get_threshold` (GH-150356)
(cherry picked from commit 41eb8ee2bb)

Co-authored-by: Edward Xu <xuxiangad@gmail.com>
2026-06-03 11:54:42 +00:00
..
mypy gh-131507: Add support for syntax highlighting in PyREPL (GH-133247) 2025-05-02 20:22:31 +02:00
NEWS.d [3.14] gh-148613: Fix race in gc_set_threshold and gc_get_threshold (GH-150356) (#150842) 2026-06-03 11:54:42 +00:00
rhel7
ACKS [3.14] gh-141707: Skip TarInfo DIRTYPE normalization during GNU long name handling (GH-145819) 2026-03-17 10:51:19 +01:00
Brewfile [3.14] Remove 'expat' dependency for Linux in Misc/Brewfile (GH-150118) (#150253) 2026-05-22 14:28:43 +00:00
externals.spdx.json [3.14] gh-149254: Update Windows builds to OpenSSL 3.5.6 (GH-149329) 2026-05-16 15:51:23 -05:00
HISTORY
indent.pro
platform_triplet.c gh-132026: Ensure _MIPS_SIM has defined _ABI identifiers for comparison (GH-132027) 2025-04-27 21:56:00 +00:00
Porting
python-config.in
python-config.sh.in
python-embed.pc.in
python.man [3.14] gh-145649: Fix man page text wrapping for -X option (GH-145656) (#146015) 2026-03-16 11:01:28 +00:00
python.pc.in
README
README.AIX
README.valgrind
sbom.spdx.json [3.14] gh-149698: Update bundled expat to 2.8.1 (GH-149699) (#149813) 2026-05-14 09:53:10 +01:00
SpecialBuilds.txt
stable_abi.toml [3.14] gh-141909: Add PyModuleDef_Slot and earlier Py_mod_* constants to stable ABI manifest (#141910) (GH-141978) 2025-11-26 15:35:04 +01:00
svnmap.txt
valgrind-python.supp
vgrindefs

Python Misc subdirectory
========================

This directory contains files that wouldn't fit in elsewhere.  Some
documents are only of historic importance.

Files found here
----------------

ACKS                    Acknowledgements
HISTORY                 News from previous releases -- oldest last
indent.pro              GNU indent profile approximating my C style
NEWS                    News for this release (for some meaning of "this")
Porting                 Mini-FAQ on porting to new platforms
python-config.in        Python script template for python-config
python.man              UNIX man page for the python interpreter
python.pc.in            Package configuration info template for pkg-config
README                  The file you're reading now
README.AIX              Information about using Python on AIX
README.valgrind         Information for Valgrind users, see valgrind-python.supp
SpecialBuilds.txt       Describes extra symbols you can set for debug builds
svnmap.txt              Map of old SVN revs and branches to hg changeset ids,
                        help history-digging
valgrind-python.supp    Valgrind suppression file, see README.valgrind
vgrindefs               Python configuration for vgrind (a generic pretty printer)