mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
* various modules: #include "Python.h" and remove most remporary
renaming hacks
This commit is contained in:
parent
a96720907a
commit
602099a756
6 changed files with 19 additions and 66 deletions
|
@ -138,14 +138,10 @@ None notimeout(int) int=0 or int=1
|
|||
|
||||
/* curses module */
|
||||
|
||||
#include "allobjects.h"
|
||||
#include "fileobject.h"
|
||||
#include "modsupport.h"
|
||||
#include "Python.h"
|
||||
|
||||
#include <curses.h>
|
||||
|
||||
#include "rename1.h"
|
||||
|
||||
typedef struct {
|
||||
PyObject_HEAD
|
||||
SCREEN *scr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue