Skip to content

Commit 9c241ba

Browse files
committed
Added declarations for Mac code resource modules (Jack Jansen).
1 parent 0f84a34 commit 9c241ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Python/importdl.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ enum filetype {
3838
PY_RESOURCE, /* Mac only */
3939
PKG_DIRECTORY,
4040
C_BUILTIN,
41-
PY_FROZEN
41+
PY_FROZEN,
42+
PY_CODERESOURCE /* Mac only */
4243
};
4344

4445
extern struct filedescr {

0 commit comments

Comments
 (0)