You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jd...@apache.org on 2023/04/14 20:54:40 UTC

[qpid-cpp] 01/03: QPID-8635: remove the useless L suffix for Python longs, for compatibility

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 <jd...@redhat.com>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org