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.

Author skrah
Recipients ajaksu2, pitrou, skrah
Date 2010-04-09.12:20:58
SpamBayes Score 2.0992e-05
Marked as misclassified No
Message-id <1270815661.36.0.371830041379.issue3581@psf.upfronthosting.co.za>
In-reply-to
Content
5. uuid.getnode() can fall back to creating a random 48 bit number and
   so can  _windll_getnode() (by using UuidCreateSequential). Therefore,
   in unlucky cases 0xffffffffffff can be generated and the assert in
   check_node() will fail.


check_node() is beginning to look quite pointless...
History
Date User Action Args
2010-04-09 12:21:01skrahsetrecipients: + skrah, pitrou, ajaksu2
2010-04-09 12:21:01skrahsetmessageid: <1270815661.36.0.371830041379.issue3581@psf.upfronthosting.co.za>
2010-04-09 12:20:59skrahlinkissue3581 messages
2010-04-09 12:20:59skrahcreate