bpo-34197: Make _csv.Dialect attributes booleans. by serhiy-storchaka · Pull Request #8440 · python/cpython
|
|
||
| #include "Python.h" | ||
| #include "structmember.h" | ||
| #include <stdbool.h> |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
T_BOOL requires char. I have doubts that _Bool has always the same size and alignment as char.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sense.
|
|
||
| #include "Python.h" | ||
| #include "structmember.h" | ||
| #include <stdbool.h> |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sense.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters