File: limited

package info (click to toggle)
brltty 6.9-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,984 kB
  • sloc: ansic: 154,183; java: 13,514; sh: 9,934; xml: 5,672; tcl: 2,679; makefile: 2,346; awk: 713; lisp: 366; python: 321; ml: 301
file content (20 lines) | stat: -rw-r--r-- 636 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
commit 6ba4cf3fae7226234efad3a812bcb4737d4b72e5
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Oct 16 10:27:08 2023 +0200

    Python: Also set Py_LIMITED_API

commit 0123533c013abdf03a8cbd113f77a8bfbf231083
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Oct 16 09:31:36 2023 +0200

    python: Tell setuptools about using the limited API

commit 12a6d1ca278a07920f0510efb099a0541a4d0239
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Oct 8 21:24:10 2023 +0200

    Make cython use only the stable ABI
    
    So that we can build bindings across different python versions.