Skip to content

Commit 9f711b8

Browse files
committed
QPID-8635: remove the useless L suffix for Python longs, for compatibility
1 parent 4faa955 commit 9f711b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/qpid/python/qpid_messaging.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ QPID_EXCEPTION(UnauthorizedAccess, SessionError)
276276
AMQP_PORT = 5672
277277
AMQPS_PORT = 5671
278278

279-
UNLIMITED = Constant("UNLIMITED", 0xFFFFFFFFL)
279+
UNLIMITED = Constant("UNLIMITED", 0xFFFFFFFF)
280280

281281
REJECTED = Constant("REJECTED")
282282
RELEASED = Constant("RELEASED")

0 commit comments

Comments
 (0)