New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clean out some more AtheOS code #76047
Labels
3.7
only security fixes
Comments
We stopped support AtheOS in 2007. But, there are still references in the code: $ git grep -i AtheOS
Doc/whatsnew/2.3.rst:Other new platforms now supported by Python include AtheOS
Doc/whatsnew/2.3.rst:(http://atheos.cx/), GNU/Hurd, and OpenVMS.
Lib/distutils/command/build_ext.py: # for extensions under Cygwin and AtheOS Python's library directory must be
Lib/distutils/command/build_ext.py: if sys.platform[:6] == 'cygwin' or sys.platform[:6] == 'atheos':
Lib/distutils/command/build_ext.py: elif sys.platform[:6] == "atheos":
Lib/test/test_os.py: # On AtheOS, glibc always returns ENOSYS
Lib/test/test_os.py: # On AtheOS, glibc always returns ENOSYS
Misc/HISTORY:- Support for AtheOS has been completely removed from the code base. It was
Misc/HISTORY:- Support for BeOS and AtheOS was removed (according to PEP 11).
Misc/HISTORY:- AtheOS is now supported.
Modules/_cryptmodule.c: /* On some platforms (AtheOS) crypt returns NULL for an invalid
config.guess: i*86:atheos:*:*)
config.guess: echo ${UNAME_MACHINE}-unknown-atheos
config.sub: -atheos*)
config.sub: os=-atheos
configure:atheos*|Linux*/1*)
configure.ac:atheos*|Linux*/1*) |
What about configure.ac? "On some platforms (AtheOS)" in the comment in Modules/_cryptmodule.c is redundant. crypt() should return NULL on error, and it often returns NULL for an invalid salt. |
Well, the configure.ac thing is some code that fails if you're running atheos. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: