Opened 3 hours ago
Last modified 2 hours ago
#37366 new Cleanup/optimization
Update MySQL driver docs about gevent compat — at Initial Version
| Reported by: | Caleb Hattingh | Owned by: | |
|---|---|---|---|
| Component: | Documentation | Version: | 6.1 |
| Severity: | Normal | Keywords: | mysql, gevent |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
mysqlclient is the "recommended choice", in bold in the docs, but it turns out that it is not compatible with gevent, since gevent cannot monkey-patch the networking code inside the native binary. I want to update the docs to point that out and also add the pure-Python PyMySQL library as an additional driver that is compatible with gevent.
Note:
See TracTickets
for help on using tickets.