Message 274485 - Python tracker (original) (raw)
Message274485
Author | benjamin.peterson |
---|---|
Recipients | benjamin.peterson, martin.panter, vstinner |
Date | 2016-09-06.00:43:32 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1473122612.15.0.845144740594.issue27961@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
MSVC 2008 (at least) is documented to have "long long", too. https://msdn.microsoft.com/en-us/library/s3f49ktz(v=vs.90).aspx In fact, after this patch, I'm probably going to go s/PY_LONG_LONG/long long/. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2016-09-06 00:43:32 | benjamin.peterson | set | recipients: + benjamin.peterson, vstinner, martin.panter |
2016-09-06 00:43:32 | benjamin.peterson | set | messageid: 1473122612.15.0.845144740594.issue27961@psf.upfronthosting.co.za |
2016-09-06 00:43:32 | benjamin.peterson | link | issue27961 messages |
2016-09-06 00:43:32 | benjamin.peterson | create |