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 vstinner
Recipients pitrou, serhiy.storchaka, vstinner
Date 2012-03-26.23:16:05
SpamBayes Score 0.003478265
Marked as misclassified No
Message-id <CAMpsgwbpZPg4o=2PmwyRmx5k89Fvc4UPtzF-E=nQqPJSJ6adsQ@mail.gmail.com>
In-reply-to <1332802407.14.0.758087678749.issue14419@psf.upfronthosting.co.za>
Content
+#if SIZEOF_LONG <= SIZEOF_VOID_P
+    if (!((size_t) p & LONG_PTR_MASK)) {

I wrote "q", not "p". You have to check p and q alignement to be able
to dereference p and q pointers.

sizeof(long) <= sizeof(void*) is always true.
History
Date User Action Args
2012-03-26 23:16:06vstinnersetrecipients: + vstinner, pitrou, serhiy.storchaka
2012-03-26 23:16:05vstinnerlinkissue14419 messages
2012-03-26 23:16:05vstinnercreate