[issue2790] sys.flags is missing bytes_warning

2008-05-08 Thread Ralf Schmitt
Ralf Schmitt <[EMAIL PROTECTED]> added the comment: ok brett, I see in IRC you're doing lot's of commits currently. sorry for bothering you. I'll maybe try myself, it's a minor issue anyway... __ Tracker <[EMAIL PROTECTED]> _

[issue2790] sys.flags is missing bytes_warning

2008-05-08 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: I didn't use sizeof because I didn't think of it; the solution to just change the numbers was right in front of me and I am swamped with other work so I went with what I knew would work. As for removing the array, perhaps, but I don't have ti

[issue2790] sys.flags is missing bytes_warning

2008-05-08 Thread Ralf Schmitt
Ralf Schmitt <[EMAIL PROTECTED]> added the comment: btw, I guess that sentinel entry in that array could also be removed? __ Tracker <[EMAIL PROTECTED]> __ _

[issue2790] sys.flags is missing bytes_warning

2008-05-08 Thread Ralf Schmitt
Ralf Schmitt <[EMAIL PROTECTED]> added the comment: why not use sizeof? you'll probably run into this again.. __ Tracker <[EMAIL PROTECTED]> __ ___ Pytho

[issue2790] sys.flags is missing bytes_warning

2008-05-08 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Fixed in r62896. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue2790] sys.flags is missing bytes_warning

2008-05-08 Thread Ralf Schmitt
Ralf Schmitt <[EMAIL PROTECTED]> added the comment: sure, I even removed the whole source tree: ~/pydev/trunk/ ./python [EMAIL PROTECTED] ok Python 2.6a3+ (trunk, May 8 2008, 21:52:39) [GCC 4.2.3 (Debian 4.2.3-3)] on linux2 Type "help", "copyright", "cr

[issue2790] sys.flags is missing bytes_warning

2008-05-08 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Ralf, can you do a ``make clean`` and then try again? I had this happen to me with an old checkout until I did that and then everything worked fine. __ Tracker <[EMAIL PROTECTED]>

[issue2790] sys.flags is missing bytes_warning

2008-05-08 Thread Christian Heimes
Changes by Christian Heimes <[EMAIL PROTECTED]>: -- assignee: -> christian.heimes nosy: +christian.heimes priority: -> high __ Tracker <[EMAIL PROTECTED]> __

[issue2790] sys.flags is missing bytes_warning

2008-05-08 Thread Ralf Schmitt
Ralf Schmitt <[EMAIL PROTECTED]> added the comment: brett, I added you to the nosy list, as you seem to have committed this in r62303 (http://hgpy.de/py/trunk/rev/ac1ae32a476c) -- nosy: +brett.cannon __ Tracker <[EMAIL PROTECTED]>

[issue2790] sys.flags is missing bytes_warning

2008-05-08 Thread Ralf Schmitt
New submission from Ralf Schmitt <[EMAIL PROTECTED]>: sys.flags is missing bytes_warning: Python 2.6a2+ (trunk, May 8 2008, 12:09:50) [GCC 4.2.3 (Debian 4.2.3-3)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> sys.flags sys.flags(debug=0, py3k_warning=0, d