gh-120029: export DEF_TYPE_PARAM compiler flag (#120028)

This commit is contained in:
Bénédikt Tran 2024-06-04 16:24:22 +02:00 committed by GitHub
parent e69d068ad0
commit ff1857d6ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 24 additions and 5 deletions

View file

@ -0,0 +1,2 @@
Expose :meth:`symtable.Symbol.is_type_parameter` in the :mod:`symtable`
module. Patch by Bénédikt Tran.