mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
bpo-45019: Do some cleanup related to frozen modules. (gh-28319)
There are a few things I missed in gh-27980. This is a follow-up that will make subsequent PRs cleaner. It includes fixes to tests and tools that reference the frozen modules. https://bugs.python.org/issue45019
This commit is contained in:
parent
1fc41ae870
commit
a2d8c4b81b
12 changed files with 342 additions and 140 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -121,6 +121,13 @@ Tools/msi/obj
|
|||
Tools/ssl/amd64
|
||||
Tools/ssl/win32
|
||||
|
||||
# TODO: Once we auto-regen frozem modules for Windows builds
|
||||
# we can drop the .h files from the repo and ignore them here.
|
||||
# At that point we will rely the frozen manifest file to identify
|
||||
# changed generated files. We'll drop the entry for it then.
|
||||
# See: Tools/scripts/freeze_modules.py.
|
||||
#Python/frozen_modules/*.h
|
||||
|
||||
# Two-trick pony for OSX and other case insensitive file systems:
|
||||
# Ignore ./python binary on Unix but still look into ./Python/ directory.
|
||||
/python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue