Staging
v0.5.1
https://github.com/python/cpython
Revision 0ea395ae964c9cd0f499e2ef0d0030c971201220 authored by Victor Stinner on 01 December 2017, 19:50:58 UTC, committed by GitHub on 01 December 2017, 19:50:58 UTC
* Factorize code from PC/getpathp.c and Modules/getpath.c to remove
  duplicated code
* rename pathconfig_clear() to _PyPathConfig_Clear()
* Inline _PyPathConfig_Fini() in pymain_impl() and then remove it,
  since it's a oneliner
1 parent ebac19d
History
Tip revision: 0ea395ae964c9cd0f499e2ef0d0030c971201220 authored by Victor Stinner on 01 December 2017, 19:50:58 UTC
bpo-32030: Add Python/pathconfig.c (#4668)
Tip revision: 0ea395a
File Mode Size
mime
__init__.py -rw-r--r-- 1.7 KB
_encoded_words.py -rw-r--r-- 7.7 KB
_header_value_parser.py -rw-r--r-- 102.5 KB
_parseaddr.py -rw-r--r-- 16.8 KB
_policybase.py -rw-r--r-- 14.7 KB
architecture.rst -rw-r--r-- 9.3 KB
base64mime.py -rw-r--r-- 3.5 KB
charset.py -rw-r--r-- 16.7 KB
contentmanager.py -rw-r--r-- 10.4 KB
encoders.py -rw-r--r-- 1.7 KB
errors.py -rw-r--r-- 3.5 KB
feedparser.py -rw-r--r-- 22.2 KB
generator.py -rw-r--r-- 19.5 KB
header.py -rw-r--r-- 23.5 KB
headerregistry.py -rw-r--r-- 19.7 KB
iterators.py -rw-r--r-- 2.1 KB
message.py -rw-r--r-- 45.6 KB
parser.py -rw-r--r-- 4.9 KB
policy.py -rw-r--r-- 10.1 KB
quoprimime.py -rw-r--r-- 9.6 KB
utils.py -rw-r--r-- 13.2 KB

back to top