Skip to content

Commit d9cb45c

Browse files
authored
bpo-38101: Update devguide triaging keywords (#570)
1 parent e5d726b commit d9cb45c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

triaging.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,16 @@ Various informational flags about the issue. Multiple values are possible.
375375
| easy | Fixing the issue should not take longer than a day for |
376376
| | someone new to contributing to Python to solve. |
377377
+---------------+------------------------------------------------------------+
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+
+---------------+------------------------------------------------------------+
378388
| newcomer | Issue suitable for newcomer/first time contributors. |
379389
| friendly | Not suitable for experienced contributors. Typically it is |
380390
| | straightforward, well-defined, low-risk, and optionally |
@@ -606,3 +616,4 @@ Checklist for Triaging
606616
.. _python-ideas: https://mail.python.org/mailman/listinfo/python-ideas
607617
.. _release schedule: https://devguide.python.org/#status-of-python-branches
608618
.. _PSF Code of Conduct: https://www.python.org/psf/codeofconduct/
619+
.. _PEP 3121: https://www.python.org/dev/peps/pep-3121/

0 commit comments

Comments
 (0)