Files
rdkit/Code
Rachel Walker 33b576221e Fix python to C++ pointer conversion issue in moldrawFromQPainter (#4182)
On 64-bit windows, I noticed the value of the QPainter pointer can exceed the
maximum unsigned long int value, which caused a python OverflowError.
Changing the type to size_t should prevent this.
2021-05-28 05:37:45 +02:00
..
2021-04-19 14:39:25 +02:00
2021-03-26 12:53:33 +01:00
2020-05-13 06:52:36 +02:00
2021-03-22 13:14:10 -04:00
2019-10-10 20:18:43 +09:00