EuroPython 2019: CFP ends on May 12
We would like to remind you that the Call for Proposals closes this coming Sunday: EuroPython 2019 CFP ends on May 12 23:59:59 CEST Please submit your proposal via our website: * https://ep2019.europython.eu/events/call-for-proposals/ * For full details, please see our previous blog post on the CFP 2019: https://blog.europython.eu/post/184430444152/europython-2019-call-for-proposals Dates and Venues EuroPython will be held from July 8-14 2019 in Basel, Switzerland, at the Congress Center Basel (BCC) for the main conference days (Wed-Fri) and the FHNW Muttenz for the workshops/trainings/sprints days (Mon-Tue, Sat-Sun). For more details, please have a look at our website and the FAQ: https://ep2019.europython.eu/faq Help spread the word Please help us spread this message by sharing it on your social networks as widely as possible. Thank you ! Link to the blog post: https://blog.europython.eu/post/184755401327/europython-2019-cfp-ends-on-may-12 Tweet: https://twitter.com/europython/status/1126405626723282944 Enjoy, -- EuroPython 2019 Team https://ep2019.europython.eu/ https://www.europython-society.org/ -- https://mail.python.org/mailman/listinfo/python-list
Re: Django Potential Fork Bomb
On Thu, 9 May 2019 at 10:27, dieter wrote: > > Shakti Kumar writes: > > ... > > I suspect django spawned too many child processes, and consecutively I ran > > out of resources on my dev server. How can I prevent this from happening? > > And I am not able to understand why django should spawn (if it indeed is > > spawning) incrementing processes with each query from the GUI. > > I suspect the GUI to be the culprit. You have not told us what > kind of GUI this is: is it the (standard) GUI which comes with "Django" > (and runs in your browser)? Yes the standard GUI shipped with Django. > In this case, you might get > better answers when you describe your problem in a specialize "Django" > list. Any leads for some groups? Thanks a lot, Shakti. -- https://mail.python.org/mailman/listinfo/python-list
Re: Django Potential Fork Bomb
> > In this case, you might get better answers when you describe your problem > > in a > > specialize "Django" list. > Any leads for some groups? Django-users? https://docs.djangoproject.com/en/dev/internals/mailing-lists/ FWIW, I'm not a Django user, but found this page with a simple Google search for "Django mailing list". Skip -- https://mail.python.org/mailman/listinfo/python-list
Re: Django Potential Fork Bomb
On Thu, 9 May 2019 at 18:02, Skip Montanaro wrote: > > > > In this case, you might get better answers when you describe your problem in a > > > specialize "Django" list. > > > Any leads for some groups? > > Django-users? > > https://docs.djangoproject.com/en/dev/internals/mailing-lists/ > > FWIW, I'm not a Django user, but found this page with a simple Google > search for "Django mailing list”. Thanks a lot, will keep that in mind. -- Shakti Kumar, Grad Student, Dept. of Computer Science, University of Toronto -- https://mail.python.org/mailman/listinfo/python-list
ANN: Wing Python IDE 7.0.2 released
Wing 7.0.2 has been released. This is a minor release that includes the following fixes and improvements: * Add options to exclude Pylint warning messages by category (error, warning, info) * Fix several problems with code warnings * Fix several code analysis issues * Don't incorrectly claim Disk File is Newer when saving remote files * Fix rename and move refactoring in a file that isn't in the project * Fix using Shift-Space for debug value tips with OS X keyboard personality * Partially update the French localization * Fix a number of other minor issues You can obtain this release with Check for Updates in Wing 7's Help menu or download it now: Wing Pro: https://wingware.com/downloads/wing-pro/7.0/binaries Wing Personal: https://wingware.com/downloads/wing-personal/7.0/binaries Wing 101: https://wingware.com/downloads/wing-101/7.0/binaries Compare Products: https://wingware.com/downloads New in Wing 7 Wing 7 introduces an improved code warnings and code quality inspection system that includes built-in error detection and tight integration with pylint, pep8, and mypy. This release also adds a new data frame and array viewer, a MATLAB keyboard personality, easy inline debug data display with Shift-Space, improved stack data display, support for PEP 3134 chained exceptions, callouts for search and other code navigation features, four new color palettes, improved bookmarking, a high-level configuration menu, magnified presentation mode, a new update manager, stepping over import internals, simplified remote agent installation, and much more. For details see What's New in Wing 7: https://wingware.com/wingide/whatsnew Wing 7 installs side by side with earlier versions of Wing, so there is no need to remove old versions in order to try it. Wing 7 will read and convert your old preferences, settings, and projects. Projects should be saved to a new name since earlier versions of Wing cannot read Wing 7 projects. For details see: Upgrading: https://wingware.com/doc/install/upgrading Migrating from Older Versions: https://wingware.com/doc/install/migrating -- https://mail.python.org/mailman/listinfo/python-list