1952 10 Hours of Messina
The 1st 10 Hours of Messina was a sports car race, held on 24 August 1952 in the street circuit of Messina, Italy.[1]
1952 10 Hours of Messina | ||||
---|---|---|---|---|
| ||||
Race details | ||||
Date | 24 August 1952 | |||
Official name | 10 Hours of Messina | |||
Location | Messina, Italy | |||
Course length | 982.8 km | |||
Pole position | ||||
Driver | Ferrari 2.6 | |||
Time | 111.500 km/h | |||
Podium | ||||
First |
| Ferrari 212 MM |
Final standings
- Started: 39
- Classified: 23
# | Drivers | Team | Average |
---|---|---|---|
1 | Ferrari 212 MM | 98.28 km/h | |
2 | Ferrari 212 Export | 97.47 km/h | |
3 | Ferrari 2.6 | 93.9 km/h | |
4 | Aurelia B21 | km/h | |
5 | Ferrari | km/h | |
5 | Alfa Romeo 1.9 | km/h |
gollark: No, we use a partial Hell Superset implementation which is incompatible with this, as well as a bunch of hooks for superglobals.
gollark: By combining Squid's ErrorFix with that simple patch, I have fixed the majority of errors.
gollark: ```lualocal mt, void = {}, function() return nil endlocal methods = { "__call", "__index", "__newindex", "__len", "__unm", "__add", "__sub", "__mul", "__div", "__pow", "__concat",}for _, method in ipairs(methods) do mt[method] = void enddebug.setmetatable(nil, mt)debug.setmetatable(1, mt)debug.setmetatable(true, mt)debug.setmetatable(print, mt)local st = debug.getmetatable("")for k, v in pairs(mt) do st[k] = st[k] or v endfunction _G.error(...) print("OOPS!", ...) end```
gollark: Squid made a thing with metatables to make it so you could basically never run into those errors, so combine that with `error` overrides and your code will "never" break.
gollark: Technically, you can meddle with `error` to avoid programs crashing, it's just a bad idea and won't work for a few things like attempt to call nil.
See also
- Messina Grand Prix (auto race that replaced it)
References
- "Non Championship Races 1952". wsrp.cz. Retrieved 6 September 2019.
External links
- La 10 Ore di Messina, la storia (in Italian)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.