Victor Stinner
09bbebea16
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
...
Add the Py_Is(x, y) function to test if the 'x' object is the 'y'
object, the same as "x is y" in Python. Add also the Py_IsNone(),
Py_IsTrue(), Py_IsFalse() functions to test if an object is,
respectively, the None singleton, the True singleton or the False
singleton.
2021-04-11 00:17:39 +02:00
..
2020-06-26 08:07:22 +09:00
2019-06-28 18:02:56 +09:00
2019-05-17 15:25:34 +05:30
2021-02-23 08:06:51 +09:00
2021-01-06 12:38:26 +01:00
2020-08-13 22:11:50 +02:00
2021-01-06 12:38:26 +01:00
2021-01-06 12:38:26 +01:00
2020-08-13 22:11:50 +02:00
2021-01-06 12:38:26 +01:00
2021-01-06 12:38:26 +01:00
2021-04-02 13:24:57 +01:00
2020-09-28 23:41:11 +02:00
2021-01-06 12:38:26 +01:00
2021-03-21 09:27:54 -07:00
2020-04-29 04:41:56 +02:00
2021-02-19 09:32:31 -06:00
2021-01-06 12:38:26 +01:00
2021-01-06 12:38:26 +01:00
2021-02-16 08:50:00 +01:00
2021-01-06 12:38:26 +01:00
2021-03-11 23:35:45 +01:00
2020-10-20 15:23:15 -04:00
2021-01-06 12:38:26 +01:00
2021-02-18 19:20:16 +01:00
2020-04-14 20:11:20 +02:00
2021-01-06 12:38:26 +01:00
2019-10-30 21:37:16 +02:00
2019-05-27 16:39:22 +02:00
2021-04-08 22:32:21 +02:00
2021-01-14 07:57:08 -08:00
2021-04-08 22:32:21 +02:00
2021-03-23 23:57:03 +00:00
2021-01-06 12:38:26 +01:00
2021-01-06 12:38:26 +01:00
2021-01-06 12:38:26 +01:00
2020-01-29 21:20:53 +10:00
2020-08-13 22:11:50 +02:00
2021-04-08 22:32:21 +02:00
2021-01-06 12:38:26 +01:00
2021-01-06 12:38:26 +01:00
2021-01-06 12:38:26 +01:00
2019-05-17 15:25:34 +05:30
2020-05-28 10:33:45 +03:00
2021-03-23 23:57:03 +00:00
2019-05-17 15:25:34 +05:30
2020-11-09 13:40:47 +01:00
2020-11-09 13:40:47 +01:00
2019-10-30 12:03:20 +02:00
2021-02-20 18:03:08 +00:00
2021-01-06 12:38:26 +01:00
2019-05-17 15:25:34 +05:30
2021-04-11 00:17:39 +02:00
2020-11-02 16:49:54 +01:00
2021-01-06 12:38:26 +01:00
2021-01-06 12:38:26 +01:00
2020-11-18 10:58:38 -08:00
2021-03-16 13:24:27 +09:00
2019-05-17 15:25:34 +05:30
2020-11-02 16:49:54 +01:00
2021-01-06 12:38:26 +01:00