Skip to content

bpo-1635741: Port resource extension module to multiphase initialization(PEP 489) #19252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 2, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix style issues
  • Loading branch information
shihai1991 committed Apr 2, 2020
commit 6fdb19aecf32b10d43aeb8778617afdabcbff8fc
5 changes: 2 additions & 3 deletions Modules/resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,8 @@ resource_methods[] = {
/* Module initialization */


static int resource_exec(PyObject *module)
static int
resource_exec(PyObject *module)
{
#define ADD_INT(module, value) \
do { \
Expand Down Expand Up @@ -471,14 +472,12 @@ static int resource_exec(PyObject *module)
#endif

PyObject *v;

if (sizeof(RLIM_INFINITY) > sizeof(long)) {
v = PyLong_FromLongLong((long long) RLIM_INFINITY);
} else
{
v = PyLong_FromLong((long) RLIM_INFINITY);
}

if (!v) {
return -1;
}
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy