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: Win32: Add bytesobject.c to pythoncore.vcproj
Type: Stage:
Components: Build Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: larry, loewis
Priority: high Keywords: patch

Created on 2007-01-04 17:59 by larry, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
lch.add.bytesobject.to.vc7.build.patch.txt larry, 2007-01-04 17:59 patch
Messages (3)
msg51652 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2007-01-04 17:59
Objects/bytesobject.c is a new C source in the distribution, and pythoncore won't build properly without it.  This patch adds it for VC7.
msg51653 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2007-01-06 07:36
Bumping the priority so it gets noticed.  Fixing the build is mom-and-apple pie stuff, and getting this patch into the official tree will make my life a little more pleasant.
msg51654 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-01-06 13:49
Thanks for the patch. Committed as r53289.
History
Date User Action Args
2022-04-11 14:56:21adminsetgithub: 44411
2008-01-06 22:29:46adminsetkeywords: - py3k
versions: + Python 3.0
2007-01-04 17:59:48larrycreate