@@ -375,6 +375,16 @@ Various informational flags about the issue. Multiple values are possible.
375
375
| easy | Fixing the issue should not take longer than a day for |
376
376
| | someone new to contributing to Python to solve. |
377
377
+---------------+------------------------------------------------------------+
378
+ | easy (C) | Fixing the issue should not take longer than a day for |
379
+ | | someone new contributing to Python, focused on C. |
380
+ +---------------+------------------------------------------------------------+
381
+ | security_issue| This is a security issue or is related to one. The main |
382
+ | | difference from the "security" issue type is that this is |
383
+ | | a definite security problem that has to be dealt with. |
384
+ +---------------+------------------------------------------------------------+
385
+ | PEP 3121 | The issue is related to PEP `PEP 3121 `_. |
386
+ | | Extension Module Initialization and Finalization. |
387
+ +---------------+------------------------------------------------------------+
378
388
| newcomer | Issue suitable for newcomer/first time contributors. |
379
389
| friendly | Not suitable for experienced contributors. Typically it is |
380
390
| | straightforward, well-defined, low-risk, and optionally |
@@ -606,3 +616,4 @@ Checklist for Triaging
606
616
.. _python-ideas : https://mail.python.org/mailman/listinfo/python-ideas
607
617
.. _release schedule : https://devguide.python.org/#status-of-python-branches
608
618
.. _PSF Code of Conduct : https://www.python.org/psf/codeofconduct/
619
+ .. _PEP 3121 : https://www.python.org/dev/peps/pep-3121/
0 commit comments