5 Commits

Author SHA1 Message Date
kingler
c10b99b29a Update keyword.py and test_keyword.py from CPython v3.12.0 2024-06-21 22:37:15 +09:00
eldpswp99
1c0bd83809 iskeyword: add None check
there was one todo in test_keyword.py

before: s was PyStrRef, it failed to handle None
after: convert s to PyObjectRef and add None check
2021-08-07 20:24:41 +09:00
Padraic Fanning
e0c59a3dd8 Unskip passing test 2021-04-15 17:03:57 -04:00
Padraic Fanning
7fd4ae4fad Mark erroring/failing tests 2021-04-15 12:49:52 -04:00
Padraic Fanning
d3e94b3df5 Add test_keyword from CPython 3.8 2021-04-15 12:49:51 -04:00