2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 04:22:16 +00:00
Files
python/test
Neil Schemenauer 5013564316 Add "nogil" option for BOOST_PYTHON_MODULE_INIT.
Implement optional arguments for BOOST_PYTHON_MODULE_INIT and allow the
boost::python::mod_gil_not_used() option.  This sets the
Py_MOD_GIL_NOT_USED flag for the extension module.

To define a module that supports free-threaded Python, define it
like this:

    BOOST_PYTHON_MODULE(my_module, boost::python::mod_gil_not_used())
    {
        ...
    }
2025-12-02 08:19:45 -05:00
..
2016-06-18 00:00:22 -04:00
2020-08-08 02:19:03 -04:00
2004-08-20 11:10:24 +00:00
2016-06-18 00:00:22 -04:00
2025-11-03 08:40:38 -05:00
2016-06-18 00:00:22 -04:00
2004-08-10 14:59:58 +00:00
2004-08-10 16:14:51 +00:00
2016-06-18 00:00:22 -04:00
2004-08-10 14:59:58 +00:00
2016-06-18 00:00:22 -04:00
2016-06-18 00:00:22 -04:00
2004-08-20 11:10:24 +00:00
2016-06-18 00:00:22 -04:00
2004-08-20 11:10:24 +00:00
2016-06-18 00:00:22 -04:00
2017-06-02 19:31:54 -04:00
2016-06-18 00:00:22 -04:00
2016-06-18 00:00:22 -04:00
2017-06-25 14:33:42 -04:00
2016-06-18 00:00:22 -04:00
2016-06-18 00:00:22 -04:00
2020-08-08 02:19:03 -04:00
2020-08-08 02:19:03 -04:00
2016-06-18 00:00:22 -04:00
2016-06-18 00:00:22 -04:00
2016-06-18 00:00:22 -04:00
2007-03-02 17:16:51 +00:00
2025-11-03 08:40:38 -05:00
2016-06-18 00:00:22 -04:00
2004-08-20 11:10:24 +00:00
2020-08-08 02:19:03 -04:00
2024-08-18 13:16:00 -04:00
2016-06-18 00:00:22 -04:00
2020-08-08 02:19:03 -04:00
2020-08-08 02:19:03 -04:00
2016-06-18 00:00:22 -04:00
2024-09-17 17:07:44 -04:00
2024-09-18 10:36:45 -04:00
2016-06-18 00:00:22 -04:00
2020-08-08 02:19:03 -04:00
2017-06-25 14:33:42 -04:00
2016-06-18 00:00:22 -04:00
2020-08-08 02:19:03 -04:00
2020-08-08 02:19:03 -04:00
2016-06-18 00:00:22 -04:00
2016-06-18 00:00:22 -04:00
2016-06-18 00:00:22 -04:00
2016-06-18 00:00:22 -04:00
2016-06-18 00:00:22 -04:00
2004-08-10 16:14:51 +00:00
2004-08-10 14:59:58 +00:00
2016-06-18 00:00:22 -04:00
2007-06-07 18:08:54 +00:00
2025-11-03 08:40:38 -05:00
2025-11-03 09:30:32 -05:00
2004-08-20 11:10:24 +00:00
2016-06-18 00:00:22 -04:00
2016-06-18 00:00:22 -04:00
2020-08-08 02:19:03 -04:00
2019-03-31 20:36:56 -04:00
2025-03-31 21:58:42 -04:00
2016-06-18 00:00:22 -04:00
2005-05-10 11:53:17 +00:00
2020-08-08 02:19:03 -04:00
2016-06-18 00:00:22 -04:00
2016-06-18 00:00:22 -04:00
2016-06-18 00:00:22 -04:00