Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb2c89fa

Browse files
committed
Fox for old python PyMem_DEL, was PyMem_Del,
1 parented6cce4 commitb2c89fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/python/pgmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
/* PyObject_Del does not exist in older versions of Python. */
3939
#ifPY_VERSION_HEX<0x01060000
40-
#definePyObject_Del(op)PyMem_Del((op))
40+
#definePyObject_Del(op)PyMem_DEL((op))
4141
#endif
4242

4343
staticPyObject*PGError;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp