[issue38413] Remove or change "Multithreading" section

2021-01-06 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue38413] Remove or change "Multithreading" section

2021-01-06 Thread Berker Peksag
Berker Peksag added the comment: New changeset 49c150f1f16398a4e77e051244f27adc5ac7b47b by Vladimir in branch '3.9': bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159) https://github.com/python/cpython/commit/49c150f1f16398a4e77e051244f27adc5ac7b47b --

[issue38413] Remove or change "Multithreading" section

2021-01-06 Thread Vladimir Ryabtsev
Change by Vladimir Ryabtsev : -- stage: patch review -> resolved status: open -> closed versions: +Python 3.10 -Python 3.7 ___ Python tracker ___

[issue38413] Remove or change "Multithreading" section

2021-01-06 Thread Vladimir Ryabtsev
Change by Vladimir Ryabtsev : -- pull_requests: +22974 pull_request: https://github.com/python/cpython/pull/24145 ___ Python tracker ___

[issue38413] Remove or change "Multithreading" section

2021-01-05 Thread Berker Peksag
Berker Peksag added the comment: New changeset 03a079f7cf8eacc29ea616060916e8a63ba6e5ba by Miss Islington (bot) in branch '3.8': bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159) https://github.com/python/cpython/commit/03a079f7cf8eacc29ea616060916e8a63ba6e5ba

[issue38413] Remove or change "Multithreading" section

2021-01-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +22964 pull_request: https://github.com/python/cpython/pull/24134 ___ Python tracker

[issue38413] Remove or change "Multithreading" section

2021-01-05 Thread Berker Peksag
Berker Peksag added the comment: New changeset f9949f82e17c88609adb53eff3a7d5cd63a645bd by Vladimir in branch 'master': bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159) https://github.com/python/cpython/commit/f9949f82e17c88609adb53eff3a7d5cd63a645bd --

[issue38413] Remove or change "Multithreading" section

2020-11-04 Thread Vladimir Ryabtsev
Change by Vladimir Ryabtsev : -- pull_requests: +22071 pull_request: https://github.com/python/cpython/pull/23159 ___ Python tracker ___

[issue38413] Remove or change "Multithreading" section

2020-10-28 Thread Vladimir Ryabtsev
Vladimir Ryabtsev added the comment: Also the footnote requires some minor corrections (formatting and style). I suggest the following wording: To get loadable extension support, your Python must be compiled with ``-–enable-loadable-sqlite-extensions`` option in ``PYTHON_CONFIGURE_OPTS``. I

[issue38413] Remove or change "Multithreading" section

2020-10-28 Thread Vladimir Ryabtsev
Vladimir Ryabtsev added the comment: May by I was wrong above and it uses system's Sqlite... But anyway it does not cancel the fact that this section contradicts to another one. -- ___ Python tracker

[issue38413] Remove or change "Multithreading" section

2020-10-28 Thread Vladimir Ryabtsev
Vladimir Ryabtsev added the comment: I see no point in researching the version of sqlite, since Python does not allow user to specify it, you just use the compiled version that comes with Python distribution. 10 years now to the commit that introduced that piece of text:

[issue38413] Remove or change "Multithreading" section

2019-10-09 Thread Dima Tisnek
Dima Tisnek added the comment: That would be nice; someone needs to figure out what exact sqlite version allows safe passing of connection between threads. Ideally other caveats would be covered (is passing open cursors to another thread allowed?, etc...) -- nosy: +Dima.Tisnek

[issue38413] Remove or change "Multithreading" section

2019-10-09 Thread Brett Cannon
Change by Brett Cannon : -- nosy: +ghaering ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38413] Remove or change "Multithreading" section

2019-10-09 Thread David Kernan
Change by David Kernan : -- pull_requests: -16262 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38413] Remove or change "Multithreading" section

2019-10-09 Thread David Kernan
Change by David Kernan : -- keywords: +patch pull_requests: +16262 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16678 ___ Python tracker ___

[issue38413] Remove or change "Multithreading" section

2019-10-08 Thread Vladimir Ryabtsev
New submission from Vladimir Ryabtsev : This is regarding the page https://docs.python.org/3.7/library/sqlite3.html. I believe this section on the very bottom of the page has been kept here for pretty long time, during that both SQLite and the sqlite3 module evolved and improved. Now the