This is an automated email from the ASF dual-hosted git repository.

jdanek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-cpp.git

commit 9f711b8863b8c16d1df2de7116adc1f388c970d4
Author: Jiri DanÄ›k <[email protected]>
AuthorDate: Thu Apr 13 21:21:44 2023 +0200

    QPID-8635: remove the useless L suffix for Python longs, for compatibility
---
 bindings/qpid/python/qpid_messaging.i | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/qpid/python/qpid_messaging.i 
b/bindings/qpid/python/qpid_messaging.i
index aee993023..68b63a316 100644
--- a/bindings/qpid/python/qpid_messaging.i
+++ b/bindings/qpid/python/qpid_messaging.i
@@ -276,7 +276,7 @@ QPID_EXCEPTION(UnauthorizedAccess, SessionError)
     AMQP_PORT = 5672
     AMQPS_PORT = 5671
 
-    UNLIMITED = Constant("UNLIMITED", 0xFFFFFFFFL)
+    UNLIMITED = Constant("UNLIMITED", 0xFFFFFFFF)
 
     REJECTED = Constant("REJECTED")
     RELEASED = Constant("RELEASED")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to