[issue20256] Argument Clinic: compare signed and unsigned ints

2016-06-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Was fixed in duplicate issue22120. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Return converter code generated by Argument Clinic has a warning for unsigned types ___ Pyt

[issue20256] Argument Clinic: compare signed and unsigned ints

2015-02-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- components: +Argument Clinic ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue20256] Argument Clinic: compare signed and unsigned ints

2014-01-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: (unsigned int)-1 etc. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue20256] Argument Clinic: compare signed and unsigned ints

2014-01-15 Thread Larry Hastings
Larry Hastings added the comment: Good point. My brain is dead. What would be a better "magic cookie" value? -- ___ Python tracker ___ _

[issue20256] Argument Clinic: compare signed and unsigned ints

2014-01-14 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: For unsigned_int, unsigned_long and size_t return converters Argument Clinic generates a code which compares unsigned integer return_value with signed -1. -- components: Demos and Tools messages: 208083 nosy: larry, serhiy.storchaka priority: normal