Issue 4822: Fix indentation in memoryobject.c (original) (raw)

Issue4822

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/49072

classification

Title: Fix indentation in memoryobject.c
Type: behavior Stage:
Components: Versions: Python 3.0, Python 3.1

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, georg.brandl, pitrou
Priority: low Keywords: patch

Created on 2009-01-03 17:14 by pitrou, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
reindent-memview.patch pitrou,2009-01-03 18:18
Messages (6)
msg78978 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2009-01-03 17:14
The rules state new files should be indented with 4-spaces, but indentation has no consistent indentation: parts of it are indented with tabs, others with spaces. We could probably reindent it all with 4-spaces, especially since it hasn't been backported to trunk yet (and the versions in py3k and 3.0 should be identical).
msg78981 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-01-03 17:55
I think this is the kind of reindention that Guido approved of on python-dev, along with unicodeobject.c.
msg78982 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-01-03 18:00
+1
msg78986 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2009-01-03 18:18
Here's a patch.
msg78987 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-01-03 18:22
Do you expect a review? ;)
msg78994 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2009-01-03 19:29
Ok, committed.
History
Date User Action Args
2022-04-11 14:56:43 admin set github: 49072
2009-01-03 19:29:21 pitrou set status: open -> closedresolution: fixedmessages: +
2009-01-03 18:22:35 georg.brandl set messages: +
2009-01-03 18🔞28 pitrou set files: + reindent-memview.patchkeywords: + patchmessages: +
2009-01-03 18:00:27 benjamin.peterson set nosy: + benjamin.petersonmessages: +
2009-01-03 17:55:31 georg.brandl set nosy: + georg.brandlmessages: +
2009-01-03 17:14:12 pitrou create

Supported by The Python Software Foundation,
Powered by Roundup

Copyright © 1990-2022, Python Software Foundation
Legal Statements