[issue19343] Expose FreeBSD-specific APIs in resource module

2013-12-08 Thread Christian Heimes
Christian Heimes added the comment: Claudiu, I'm really sorry. :( The patch was originally developed by you, not by koobs. All credits to you! -- ___ Python tracker ___

[issue19343] Expose FreeBSD-specific APIs in resource module

2013-12-08 Thread Christian Heimes
Christian Heimes added the comment: Thanks Larry! -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue19343] Expose FreeBSD-specific APIs in resource module

2013-12-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ad2cd599f1cf by Christian Heimes in branch 'default': Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by Koobs. http://hg.python.org/cpython/rev/ad2cd599f1cf -- nosy: +python-dev _

[issue19343] Expose FreeBSD-specific APIs in resource module

2013-12-08 Thread Larry Hastings
Larry Hastings added the comment: I can live with this in 3.4 if you check it in before beta 2. -- ___ Python tracker ___ ___ Python-b

[issue19343] Expose FreeBSD-specific APIs in resource module

2013-12-05 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +larry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue19343] Expose FreeBSD-specific APIs in resource module

2013-12-05 Thread Claudiu.Popa
Claudiu.Popa added the comment: Should this be tagged for Python 3.5? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue19343] Expose FreeBSD-specific APIs in resource module

2013-11-17 Thread Christian Heimes
Christian Heimes added the comment: LGTM I'll submit the patch later. -- assignee: -> christian.heimes stage: needs patch -> patch review ___ Python tracker ___

[issue19343] Expose FreeBSD-specific APIs in resource module

2013-11-13 Thread Claudiu.Popa
Claudiu.Popa added the comment: Hello. Here's a preliminary patch. -- keywords: +patch nosy: +Claudiu.Popa Added file: http://bugs.python.org/file32596/resource.patch ___ Python tracker

[issue19343] Expose FreeBSD-specific APIs in resource module

2013-10-22 Thread Christian Heimes
Changes by Christian Heimes : -- components: +Extension Modules keywords: +easy nosy: +christian.heimes stage: -> needs patch type: -> enhancement versions: +Python 3.4 ___ Python tracker

[issue19343] Expose FreeBSD-specific APIs in resource module

2013-10-22 Thread koobs
New submission from koobs: At Christians request: RLIMIT_SBSIZE The maximum size (in bytes) of socket buffer usage for this user. This limits the amount of network memory, and hence the amount of mbufs, that this user may hold at any time. RLIMIT_SWAP The maximum size (in bytes) of the swap sp