Issue 779147: FutureWarning in Carbon/Controls.py (original) (raw)

Issue779147

Created on 2003-07-28 20:27 by kasplat, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Messages (3)
msg17405 - (view) Author: Kevin Altis (kasplat) Date: 2003-07-28 20:27
While building a wxPython standalone with bundlebuilder.py I got the following warning that I hadn't seen before. Just in case this is an issue for 2.3rc2 I thought I should bring it up here. Finding module dependencies /Library/Frameworks/Python.framework/Versions/2.3/lib/p ython2.3/plat-mac/Carbon/Controls.py:11: FutureWarning: hex/oct constants > sys.maxint will return positive values in Python 2.4 and up kDataBrowserClientPropertyFlagsMask = 0xFF000000 ka
msg17406 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2003-08-03 19:48
Logged In: YES user_id=593130 This is a new warning intentionally added to 2.3. It means just what it says, to warn you in case the planned change will break your code. Check the PEP on int/long unification, discussions on c.l.py and pydev, and I presume, somewhere in the 2.3 release docs. If you still have questions, ask on c.l.py. Unless you still see a bug, please close his (I can't).
msg17407 - (view) Author: Kevin Altis (kasplat) Date: 2004-07-21 04:47
Logged In: YES user_id=228025 Just doing some house cleaning. This probably should have been closed last summer.
History
Date User Action Args
2022-04-10 16:10:16 admin set github: 38949
2003-07-28 20:27:30 kasplat create