Commit df75d0d
committed
FIX: correct macro logic in file_compat.h
Following up on #11635 / #11636 another bug was found.
PY3K is always defined in mplutils.h so we were always going through
the nominally (py3 + pypy) only code path on all version of python
which exposes an issue with fflush (eventually called by py27
internals) on BSD systems.1 parent 00daa8f commit df75d0d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments