This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: VC6 build patch for python3000
Type: Stage:
Components: Build Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, ocean-city
Priority: low Keywords: patch

Created on 2008-01-03 10:44 by ocean-city, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
vc6-py3k.patch ocean-city, 2008-01-03 10:44
PC_VC6.zip ocean-city, 2008-01-04 15:04
Messages (5)
msg59127 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2008-01-03 10:44
Build succeeded. So many errors on test_mailbox.py, and following error 
on test_float.py were reported.

======================================================================
FAIL: test_nan_from_str (__main__.InfNanTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_float.py", line 203, in test_nan_from_str
    self.assert_(isnan(float("nan")))
AssertionError: None

# I renamed 'fortran' in Include/abstract.h to 'fort' because VC6 
said 'fortran' is preserved word for compatibility sake.
msg59129 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2008-01-03 11:50
Hello. I noticed PC/VS7.1/pythoncore.vcproj lacks Modules/md5module.c 
while creating this patch. Thank you.
msg59222 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-01-04 13:34
I've applied a fraction of your patch in r59711 but the part for PC/VS6
didn't apply. It may be a newline problem. Can you send me the files in
a zip or tar archive, please?
msg59229 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2008-01-04 15:04
Thank you. This file is zipped file.
msg59232 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-01-04 15:35
Committed in 59720

Thanks Hiro! I still wonder why you are still using VS6 :)
History
Date User Action Args
2022-04-11 14:56:29adminsetgithub: 46068
2008-01-06 22:29:44adminsetkeywords: - py3k
versions: Python 3.0
2008-01-04 15:35:17christian.heimessetstatus: open -> closed
resolution: fixed
messages: + msg59232
2008-01-04 15:04:12ocean-citysetfiles: + PC_VC6.zip
messages: + msg59229
2008-01-04 13:34:05christian.heimessetnosy: + christian.heimes
messages: + msg59222
2008-01-03 23:10:50christian.heimessetpriority: low
keywords: + py3k, patch
2008-01-03 11:50:35ocean-citysetmessages: + msg59129
2008-01-03 10:44:42ocean-citycreate