diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2021-04-11 14:21:03 +0200 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2021-04-11 14:23:51 +0200 |
commit | 8cef4203124241911f63dc171f5536665f324507 (patch) | |
tree | aa354022ceff9d0058d3838244df161987592ede /tests/run/tupleunpack_T298.pyx | |
parent | 0d72a23944967ab129448aa0725f818a83a821fc (diff) | |
download | cython-8cef4203124241911f63dc171f5536665f324507.tar.gz |
Prefix old trac ticket numbers with "t" to separate them from (plain) github issue numbers.
Diffstat (limited to 'tests/run/tupleunpack_T298.pyx')
-rw-r--r-- | tests/run/tupleunpack_T298.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/tupleunpack_T298.pyx b/tests/run/tupleunpack_T298.pyx index 7763b1fc7..7e3150243 100644 --- a/tests/run/tupleunpack_T298.pyx +++ b/tests/run/tupleunpack_T298.pyx @@ -1,4 +1,4 @@ -# ticket: 298 +# ticket: t298 """ >>> func() |