commit | aa16b30552f0c6a00dcc761e3954cd5266bf106a | [log] [tgz] |
---|---|---|
author | user202729 <25191436+user202729@users.noreply.github.com> | Sat Nov 30 11:09:49 2024 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Sat Nov 30 11:09:49 2024 +0100 |
tree | 4a3348cf80a03cb9de199698a163a2ebbb63d209 | |
parent | dd21c8962680ba726ac1bf78ae106a4b6071450f [diff] [blame] |
patch 9.1.0897: filetype: pyrex files are not detected Problem: filetype: pyrex files are not detected Solution: detect '*.pxi' and '*.pyx+' as pyrex filetype (user202729) References: https://cython.readthedocs.io/en/latest/src/userguide/language_basics.html#cython-file-types https://www.csse.canterbury.ac.nz/greg.ewing/python/Pyrex/version/Doc/Manual/using_with_c++.html closes: #16136 Signed-off-by: user202729 <25191436+user202729@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index e1f8489..e3093a3 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 897, +/**/ 896, /**/ 895,