Message 341923 - Python tracker

Message341923

Author xry111
Recipients pablogsal, vstinner, xry111
Date 2019-05-08.18:19:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557339553.21.0.897254578429.issue36856@roundup.psfhosted.org>
In-reply-to
Content
> Are uintptr_t overflow/underflow semantics a defined behavior?

Yes.  Unlike signed overflow, unsigned overflow is defined to be 2's complement.  The problem is this overflow results a wrong stack pointer limit and breaks _stack_overflow.
History
Date User Action Args
2019-05-08 18:19:13xry111setrecipients: + xry111, vstinner, pablogsal
2019-05-08 18:19:13xry111setmessageid: <1557339553.21.0.897254578429.issue36856@roundup.psfhosted.org>
2019-05-08 18:19:13xry111linkissue36856 messages
2019-05-08 18:19:13xry111create