Skip to content
Branch: 3.7
Find file History
Pull request Compare This branch is 2607 commits ahead, 5276 commits behind master.
miss-islington and serhiy-storchaka bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161)
Use `from ... import ...` to ensure module is fully loaded before accessing its attributes.
(cherry picked from commit 9017e0b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Latest commit 1a27435 Jan 24, 2020
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
NEWS.d bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161) Jan 24, 2020
ACKS Reorder entries in Misc/ACKS (GH-17663) (GH-17672) Dec 28, 2019
HISTORY [3.7] bpo-34906: Doc: Fix typos (2) (GH-9735) Oct 10, 2018
Porting bpo-30737: Update DevGuide links to new URL (GH-3228) Aug 30, 2017
README bpo-32159: Revert Misc/svnmap.txt (#4639) Nov 29, 2017
README.AIX Replace KB unit with KiB (#4293) Nov 8, 2017
README.coverity
README.valgrind Add PYTHONMALLOC env var Mar 14, 2016
SpecialBuilds.txt bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822) Aug 25, 2018
coverity_model.c merge 3.5 (#28184) Sep 20, 2016
gdbinit [3.7] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6399 Apr 6, 2018
indent.pro Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,8656… Nov 26, 2010
python-config.in bpo-36508: python-config don't export LINKFORSHARED (GH-12661) (GH-12748 Apr 16, 2019
python-config.sh.in bpo-36508: python-config don't export LINKFORSHARED (GH-12661) (GH-12748 Apr 16, 2019
python-wing3.wpr Adding Wing IDE version 4 project file Oct 13, 2010
python-wing4.wpr Wing project file update for mercurial Mar 15, 2011
python-wing5.wpr Issue 17457: extend test discovery to support namespace packages Nov 23, 2013
python.man closes bpo-36083: Fix formatting of the manpage Synopsis. (GH-12017) Feb 25, 2019
python.pc.in Final patch for issue 9807. Nov 24, 2010
svnmap.txt bpo-32159: Revert Misc/svnmap.txt (#4639) Nov 29, 2017
valgrind-python.supp bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060) Jan 19, 2020
vgrindefs Patch #1550800: make exec a function. Sep 6, 2006

README

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
gdbinit                 Handy stuff to put in your .gdbinit file, if you use gdb
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
python-wing*.wpr        Wing IDE project file
README                  The file you're reading now
README.AIX              Information about using Python on AIX
README.coverity         Information about running Coverity's Prevent on Python
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)
You can’t perform that action at this time.