The only issue I currently know of which affects Python 3.5 (and which also affects all Python 3.X) is that stack traces are not logged properly when dumping traces when the mod_wsgi daemon process is being restarted due to request timeouts. The fix is in develop branch and I simply haven’t created a new version yet. I should aim to do that.
Graham > On 4 Dec 2015, at 3:49 AM, Jason Garber <[email protected]> wrote: > > Thanks! > > On Dec 3, 2015 9:54 AM, "Jesus Cea" <[email protected] <mailto:[email protected]>> > wrote: > On 01/09/15 01:56, Jason Garber wrote: > > Hi Graham, > > > > Are you aware of any reason mod_wsgi will not be compatible with Python > > 3.5 out of the gate next month? > > I am using Python 3.5 in WSGI in production. No issues. > > -- > Jesús Cea Avión _/_/ _/_/_/ _/_/_/ > [email protected] <mailto:[email protected]> - http://www.jcea.es/ > <http://www.jcea.es/> _/_/ _/_/ _/_/ _/_/ _/_/ > Twitter: @jcea _/_/ _/_/ _/_/_/_/_/ > jabber / xmpp:[email protected] <mailto:xmpp%[email protected]> _/_/ _/_/ > _/_/ _/_/ _/_/ > "Things are not so easy" _/_/ _/_/ _/_/ _/_/ _/_/ _/_/ > "My name is Dump, Core Dump" _/_/_/ _/_/_/ _/_/ _/_/ > "El amor es poner tu felicidad en la felicidad de otro" - Leibniz > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:modwsgi%[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/modwsgi > <http://groups.google.com/group/modwsgi>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/modwsgi > <http://groups.google.com/group/modwsgi>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
