Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d3b0921

Browse files
committed
Chris Herborth writes:
Donn Cave tells me the PyImport_BeImageID() function isn't needed anymore.
1 parent 906572a commit d3b0921

3 files changed

Lines changed: 0 additions & 58 deletions

File tree

BeOS/PyImport_BeImageID.html

Lines changed: 0 additions & 47 deletions
This file was deleted.

BeOS/README

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ linkmodule - A shell script used by the build process to build the
1616
probably need this if you want to build dynamically loaded
1717
modules from the Python archives.
1818

19-
PyImport_BeImageID.html - Documentation for a function added to the
20-
Python interpreter under BeOS; not interesting
21-
unless you're writing your own BeOS-specific
22-
modules for dealing with dynamically-loaded
23-
Python modules.
24-
2519
README - This file (obviously!).
2620

2721
README.readline-2.2 - Instructions for compiling/installing GNU readline 2.2.

Include/import.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ DL_IMPORT(int) PyImport_ImportFrozenModule Py_PROTO((char *));
5454
extern DL_IMPORT(PyObject *)_PyImport_FindExtension Py_PROTO((char *, char *));
5555
extern DL_IMPORT(PyObject *)_PyImport_FixupExtension Py_PROTO((char *, char *));
5656

57-
#ifdef __BEOS__
58-
#include <kernel/image.h>
59-
extern DL_IMPORT(image_id) PyImport_BeImageID( char *name );
60-
#endif
61-
6257
struct _inittab {
6358
char *name;
6459
void (*initfunc)();

0 commit comments

Comments
 (0)