https://bugzilla.redhat.com/show_bug.cgi?id=1379421 Bug ID: 1379421 Summary: Review Request: Review Request: python-psycogreen - Psycopg2 integration with co-routine libraries Product: Fedora Version: rawhide Component: Package Review Severity: medium Priority: medium Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: fedora@xxxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx Description: The psycogreen package enables psycopg2 to work with co-routine libraries, using asynchronous calls internally but offering a blocking interface so that regular code can run unmodified. Psycopg offers co-routines support since release 2.2. Because the main module is a C extension it cannot be monkey-patched to become co-routine-friendly. Instead it exposes a hook that co-routine libraries can use to install a function integrating with their event scheduler. Psycopg will call the function whenever it executes a libpq call that may block. Psycogreen is a collection of “wait callbacks” useful to integrate Psycopg with different co-routine libraries. Koji Build: http://koji.fedoraproject.org/koji/taskinfo?taskID=15811888 Issues: no known issues, but some false positives about spelling from rpmlint. FAS-User: besser82 Urls: Spec URL: https://besser82.fedorapeople.org/review/python-psycogreen.spec SRPM URL: https://besser82.fedorapeople.org/review/python-psycogreen-1.0-0.1.fc26.src.rpm Thanks for review in advance! -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx