| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7a49a8e commit 5ea7d64
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,12 @@ | |||
| 10 | 10 | #ifdef _BSD_WCHAR_T_DEFINED_ | |
| 11 | 11 | #define _WCHAR_T | |
| 12 | 12 | #endif | |
| 13 | - #endif | ||
| 13 | + | ||
| 14 | + /* the following define is necessary for OS X 10.6; without it, the | ||
| 15 | + Apple-supplied ncurses.h sets NCURSES_OPAQUE to 1, and then Python | ||
| 16 | + can't get at the WINDOW flags field. */ | ||
| 17 | + #define NCURSES_OPAQUE 0 | ||
| 18 | + #endif /* __APPLE__ */ | ||
| 14 | 19 | ||
| 15 | 20 | #ifdef __FreeBSD__ | |
| 16 | 21 | /* | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -169,6 +169,8 @@ Library | |||
| 169 | 169 | Extension Modules | |
| 170 | 170 | ----------------- | |
| 171 | 171 | ||
| 172 | + - Issue #6848: Fix curses module build failure on OS X 10.6. | ||
| 173 | + | ||
| 172 | 174 | - Fix a segfault that could be triggered by expat with specially formed input. | |
| 173 | 175 | ||
| 174 | 176 | - Issue #6561: '\d' in a regex now matches only characters with | |
| Back | FazBrowse Home | New Git URL |
0 commit comments