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 serhiy.storchaka
Recipients SilentGhost, ronaldoussoren, serhiy.storchaka, slo.sleuth
Date 2016-04-07.08:46:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460018791.03.0.741685663284.issue26707@psf.upfronthosting.co.za>
In-reply-to
Content
UID is rather int than bytes. And I would use a special UID type.

According to Apple's sources [1], the size of UID data is tokenL+1, not self._get_size(tokenL).

[1] http://www.opensource.apple.com/source/CF/CF-1153.18/CFBinaryPList.c
History
Date User Action Args
2016-04-07 08:46:31serhiy.storchakasetrecipients: + serhiy.storchaka, ronaldoussoren, SilentGhost, slo.sleuth
2016-04-07 08:46:31serhiy.storchakasetmessageid: <1460018791.03.0.741685663284.issue26707@psf.upfronthosting.co.za>
2016-04-07 08:46:31serhiy.storchakalinkissue26707 messages
2016-04-07 08:46:30serhiy.storchakacreate