Serhiy Storchaka
|
fe2b4dd3c0
|
[3.11] gh-81682: Fix test failures when CPython is built without docstrings (GH-113410) (GH-113430)
(cherry picked from commit 4e5b27e6a3 )
|
2023-12-23 11:38:07 +00:00 |
Serhiy Storchaka
|
22b39d13ec
|
[3.11] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject() (GH-107736) (GH-107741)
(cherry picked from commit bea5f93196 )
|
2023-08-07 20:51:00 +00:00 |
Brandt Bucher
|
fbb6def08a
|
[3.11] GH-104405: Add missing PEP 523 checks (GH-104441)
|
2023-05-12 23:03:47 +00:00 |
Irit Katriel
|
fcafc37411
|
[3.11] gh-102493: backport unit test for PyErr_SetObject (#102602)
gh-102493: backport unit test for PyErr_SetObject
|
2023-03-11 15:01:01 +00:00 |
Bill Fisher
|
57e727af3f
|
[3.11] gh-99110: Initialize frame->previous in init_frame to fix segmentation fault (GH-100182) (#100478)
(cherry picked from commit 88d565f32a )
Co-authored-by: Bill Fisher <william.w.fisher@gmail.com>
|
2022-12-24 11:17:10 +05:30 |
Miss Islington (bot)
|
7aa87bba05
|
gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)
Unless we explicitly test non-bool values.
(cherry picked from commit 76f43fc09a )
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
2022-12-04 04:50:46 -08:00 |
Miss Islington (bot)
|
ecc164f350
|
bpo-34272: Reorganize C API tests. (GH-8551)
Move some C API tests into Lib/test/test_capi/.
(cherry picked from commit f883b7f8ee )
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
2022-11-12 09:36:42 -08:00 |