Compare commits
31 Commits
Author | SHA256 | Date | |
---|---|---|---|
2d724b5cc2 | |||
77947d21a6 | |||
f74a2a1694 | |||
2de4cfce86 | |||
133a387a50 | |||
54ebf3df85 | |||
9e40608a72 | |||
247dc44940 | |||
229d925fa1 | |||
94e4d4864b | |||
8b9d11e506 | |||
c86abe9be1 | |||
0978bcc44b | |||
0245f3ac8c | |||
76d6a6a25c | |||
948d225cb7 | |||
865e6173b5 | |||
44f45ae5a4 | |||
16cb925243 | |||
a457bc7905 | |||
2191a63649 | |||
cf0cbbb5f0 | |||
0fb1809477 | |||
030943a49d | |||
7899fa81b7 | |||
895cf82bff | |||
2ea4962612 | |||
a6386be39f | |||
|
9102e3ad73 | ||
890a5c747a | |||
|
4ce15e0e5d |
BIN
PyQt5_sip-12.13.0.tar.gz
(Stored with Git LFS)
BIN
PyQt5_sip-12.13.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,18 +0,0 @@
|
||||
From: Phil Thompson <phil@riverbankcomputing.com>
|
||||
Date: Mon, 4 Dec 2023 11:54:31 +0000
|
||||
Subject: [PATCH] Removed a warning message (soon to be an error message) in
|
||||
the v12 module.
|
||||
|
||||
Index: PyQt5_sip-12.13.0/siplib.c
|
||||
===================================================================
|
||||
--- PyQt5_sip-12.13.0.orig/siplib.c
|
||||
+++ PyQt5_sip-12.13.0/siplib.c
|
||||
@@ -3902,7 +3902,7 @@ static int parsePass1(PyObject **parseEr
|
||||
{
|
||||
case '#':
|
||||
/* A ctor has an argument with the /Transfer/ annotation. */
|
||||
- *selfp = va_arg(va, PyObject *);
|
||||
+ *selfp = (sipSimpleWrapper *)va_arg(va, PyObject *);
|
||||
break;
|
||||
|
||||
case 'B':
|
Reference in New Issue
Block a user