This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-31 08:39:49 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
058a5adad02f5ae4652d1cd1d0e5ad4ece04fa85
cpython
/
Mac
/
Tools
T
History
Jack Jansen
206bd57355
When we're freezing to sourcecode and one of the modules is a dynamic module that is in a package we freeze that module at toplevel (outside any package). Not optimal, but there is little more we can do as config.c has no way to specify a builtin module has to be dumped into a package.
2001-08-27 13:59:35 +00:00
..
CGI
Import the MacOS toolbox modules from the Carbon package.
2001-08-25 12:15:04 +00:00
IDE
- A forgotten "from Carbon".
2001-08-27 10:55:41 +00:00
macfreeze
When we're freezing to sourcecode and one of the modules is a dynamic module that is in a package we freeze that module at toplevel (outside any package). Not optimal, but there is little more we can do as config.c has no way to specify a builtin module has to be dumped into a package.
2001-08-27 13:59:35 +00:00